home *** CD-ROM | disk | FTP | other *** search
/ Top 200 Programs / Top 200 Programs.iso / Bob8 / THOMPSON / LIBERTY / PRODUCT / LB14W.EXE / TRBLSHT.TXT < prev    next >
Text File  |  1995-06-19  |  2KB  |  40 lines

  1. Troubleshooting (This is a plain ascii VERSION of a Windows help file.)
  2.  
  3. Low memory situtations
  4. Liberty BASIC is a large program, and is a tight fit on 4MB machines 
  5. (especially using FreeForm).  If you find that you are getting low
  6. memory errors, try the following:
  7. - Close other running Windows and DOS applications.
  8. - Reduce the size of your Smartdrive disk cache or eliminate it.
  9. - Increase the size of your Windows swapfile.
  10.  
  11. General Protection Faults
  12. Most general protection faults under Liberty BASIC are caused by:
  13. - Video drivers.  A major problem with environments like Windows 
  14. and OS/2, video drivers are often immature and/or incompletely 
  15. implemented according to spec.  Try to get the most recent version 
  16. of the Windows drivers for your video card.  If it isn't a showstopper 
  17. for you, try the standard 16 color drivers that come with Windows.
  18. - Low memory (see above).  If you are getting a general protection 
  19. fault in VSTUB.EXE, you need either a bigger swapfile, more physical 
  20. RAM, or both.
  21.  
  22.  
  23. Improperly Redrawn Bitmaps
  24. If you write software in Liberty BASIC that draws bitmaps in graphics 
  25. windows, and you have trouble with improperly redrawn bitmaps (they 
  26. draw correctly at first, but if the window is covered, and then 
  27. uncovered, the bitmaps are not redrawn correctly), the video driver 
  28. is often the trouble.  The author's experience with this problem is 
  29. that on the same machine, with the same video card, that different 
  30. results occur just by picking from several different drivers.  Using 
  31. the standard 16 color VGA driver that comes with Windows, things seem 
  32. to work correctly.  Some other video drivers work fine, some cause 
  33. problems.  Always try to get the most up to date drivers for your 
  34. video card under Windows.
  35.  
  36. Note: 256 color drivers can give strange results sometimes because 
  37. Liberty BASIC needs some tweaking in its handling of the Windows 
  38. pallette.
  39.  
  40.